*{
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: #000;
}
.register {
    height: 100vh;
}

.register-left{
    background-repeat: no-repeat;
    width: 50%;
}

.header {
    padding: 5rem 2rem 2rem 2rem;
    margin-left: 5rem;
}

.header h1{
    font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 48px;
color: #FFFFFF;
margin-top: 20px;
}

.header p{
    font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: rgba(255, 255, 255, 0.7);
margin-bottom: 20px;
width: 23rem;
}

.register-form{
    color: #FFFFFF;
    margin-left: 6rem;
}

.register-form .card{ 
    padding: 8%;
    border-radius: 10px;
    margin: 5%;
}

.register-form label{
    font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #FFFFFF;
margin-top: 10px;
}

.register-form input{
    width: 100%;
height: 45px;
left: 0px;
top: 28px;
background: #27292C;
border-radius: 5px;
border: none;
}

.register-form a{
    font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: rgba(255, 255, 255, 0.7);
flex: none;
order: 1;
flex-grow: 0;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
font-weight: 300;
}

.register-form .btn-masuk{
    width: 100%;
height: 52px;
background: #FF4655;
color: #FFFFFF;
border: none;
border-radius: 2px;
}

.register-form .btn-pengurus{
    width: 100%;
    height: 52px;
    background: #171717;
    border: 0.5px solid #BFBFBF;
    margin-bottom: 20px;
}

.register-form span{
    font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #BFBFBF;
} 

.register-form span a{
    font-weight: 500;  
    font-size: 15px;
}

.btn-masuk {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/* responsive Laptop L */
@media (max-width:1440px) {
    .register-left{
        background-size: cover;
    }
}

/* responsive Laptop */

@media (max-width: 1024px) {
    .register-left{
        
    }
    .register{
        margin-right: 150px;
    }
}

/* responsive Tablet */

@media (max-width: 768px){
    body{
        background-image: url("../img/fotologin/Group\ 18\ 1.png");  
        background-repeat: no-repeat;
        background-size: cover;
    }
    .register, .register img {
        display: none;
        justify-content: none !important;
    }
    .register {
        margin-right: 0;
        justify-content: center;
    }
    .konten {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header {
        width: 100%;
    }
    .register-left {
        width: 0 !important;
        margin: 0;
    }
    .register-right {
        margin: 0;
    }
    .register-form .card{ 
        width: 100%;
        margin: 0;
        padding: 2rem;
    }
}

/* responsive mobile L */

@media (max-width: 425px) {
    body{
        background-image: url("../img/fotologin/Group\ 18\ 1.png");  
        background-repeat: no-repeat;
        background-size: cover;
    }
    .register, .register img {
        display: none;
        justify-content: none !important;
    }
    .register {
        margin-right: 0;
        justify-content: center;
    }
    .konten {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header {
        width: 100%;
    }
    .register-left {
        width: 0 !important;
        margin: 0;
    }
    .register-right {
        margin: 0;
    }
    .register-form .card{ 
        width: 100%;
        margin: 0;
        padding: 2rem;
    }
}

/* responsive mobile M */

@media (max-width:375px) {
    body{
        background-image: url("../img/fotologin/Group\ 18\ 1.png");  
        background-repeat: no-repeat;
        background-size: cover;
    }
    .register, .register img {
        display: none;
        justify-content: none !important;
    }
    .register {
        margin-right: 0;
        justify-content: center;
    }
    .konten {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header {
        width: 300px;
    }
    .register-left {
        width: 0 !important;
        margin: 0;
    }
    .register-right {
        margin: 0;
    }
    .register-form .card{ 
        width: 20rem !important;
        margin: 0;
        padding: 2rem;
    }
    .header p{
    width: 100%;
    padding: 10px;
    }
    .header h1 {
        width: 300px;
    }
}

@media (max-width:320px){
    .register, .register img {
        display: none;
        justify-content: none !important;
    }
    .register {
        margin-right: 0;
        justify-content: center;
    }
    .konten {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header {
        width: 300px;
        margin-left: 3.5rem;
        padding-top: 2rem;
        text-align: center;
    }
    .register-left {
        width: 0 !important;
        margin: 0;
    }
    .register-right {
        margin: 0;
    }
    .register-form .card{ 
        width: 22rem !important;
        margin: 0;
        padding: 2rem;
    }
    .header p{
    width: 100%;
    padding: 10px;
    }
    .header h1 {
        width:  100%;
    }

    .register-form {
        margin-left: 2rem;
    }

    .btn-masuk {
        font-size: 14px;
    }
}